'宣言 Public Overloads Function FindLastIndex( _ ByVal match As System.Predicate(Of CodeRange) _ ) As System.Integer
'使用法 Dim instance As CodeRanges Dim match As System.Predicate(Of CodeRange) Dim value As System.Integer value = instance.FindLastIndex(match)
public System.int FindLastIndex( System.Predicate<CodeRange> match )
パラメータ
- match